home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE13 / COMPRESS / COMPRESS.ZIP / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1996-08-09  |  2.3 KB  |  67 lines

  1. === TCompress Release History: ===
  2.  
  3. Version 2.5:
  4. ============
  5.  
  6. August 9th, 1996 TCompress 2.5 released
  7.  
  8. Changes from Version 2.0 (see COMPRESS.HLP for details):
  9.  
  10. 1. New TargetPath, MakeDirectories and ExceptionOnFileError
  11.    properties
  12. 2. Key property for "locking" compressed data
  13. 3. LoadCompressedResource and LoadExpandedResource functions
  14. 4. New examples: loading compressed bitmaps from resource files
  15.    (BMTEST), and making self-extracting EXEs (SELFEXTR and
  16.    SELFXSML)
  17. 5. Abort control in OnShowProgress event
  18. 6. New "Locked" parameter in DoExpand function
  19. 7. Support for nil "whichfiles" parameter in CompressFiles,
  20.    CompressFilesToStream, ExpandFiles, ExpandFilesFromStream
  21. 8. ScanCompressedStream and ExpandFilesFromStream both seek
  22.    to the start of the stream before reading
  23. 9. FreeFileList method has been added
  24. 10.Fewer dependencies in Compress unit means much smaller
  25.   "no-forms" applications are now possible (see SELFXSML)
  26.  
  27. Version 2.0:
  28. ============
  29.  
  30. April 2nd, 1996: TCompress 2.0 released
  31.  
  32. Changes from Version 1.5:
  33.  
  34. 1. Both Delphi 1.0 and Delphi 2.0 DCUs included
  35. 2. New OnShowProgress event in the TCompress component
  36. 3. Help revised and extended
  37. 4. New support Web site at www.spis.co.nz/compress.htm
  38.  
  39.  
  40. Version 1.5:
  41. ============
  42.  
  43. November 11th, 1995:  COMPONLY.DCU added and COMPRESS.PAS updated to provide for it (new source revision number 1:51).
  44.  
  45. COMPONLY.DCU is a version of the COMPRESS unit (TCompress component) which does not require the BDE. As such, you can use it for all compression jobs *except* those requiring database operations (e.g. with TCBlobstream, TCDBIMage/TCDBMemo).
  46.  
  47. Thus, do NOT use COMPONLY if you are planning to use the components in  COMPCTRL.DCU, but rather, use the original COMPRESS.DCU unit.
  48.  
  49. To use: COMPONLY can't be added to your library if COMPRESS is already there, as it defines the same (TCompress) component.
  50. Thus, remove COMPRESS.DCU from your library (also COMPCTRL.DCU
  51. if present) and rename and add COMPONLY instead. Then go ahead
  52. and use the TCompress component as required.
  53.  
  54. September 12th, 1995: V1.5 released
  55.  
  56.  
  57. Changes from Version 1.0:
  58.  
  59. LZW replaced with license-free LZH code
  60. Numerous method changes and extensions to implement improvements
  61.  
  62.  
  63. Version 1.0:
  64. ============
  65.  
  66. August 22nd, 1995: V1.0 Released
  67.